home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-21 / dvopen11.zip / DVTXDI.ZIP / DVTXDI.DOC < prev    next >
Text File  |  1992-01-12  |  4KB  |  85 lines

  1.  
  2. DV Tree External Device Interface (DVTXDI.COM)   Version 1
  3.  
  4. ***************    Important!  Important!  Important!    *****************
  5. You must be running DESQview version 2.26 or higher for DVTXDI.COM to be
  6.         of value!  (Meaning, in 2.25, it won't do anything).
  7. **************************************************************************
  8.  
  9. ***************    Important!  Important!  Important!    *****************
  10. You must also be running DOS version 3.1 or higher.  The reason for this,
  11.          and a possible cure, is contained in a Quarterdeck
  12.          Technical note obtainable from Quarterdeck Office
  13.          Systems.  The note may also be found as Quarterdeck
  14.                      White Paper TERMXDI.PAT.
  15. **************************************************************************
  16.  
  17.         DVTXDI is a TSR (terminate-and-stay-resident) program that
  18. keeps track of DESQview processes through an interface method provided
  19. by DESQview itself.  It should be loaded prior to DESQview, preferably
  20. in high memory using QEMM, QRAM, CTMAP, or some other high loading
  21. program that does its work in AUTOEXEC.BAT.  Once loaded, DESQview may
  22. then be started.
  23.         The following programs by the same author utilize the services
  24. provided by DVTXDI:
  25.  
  26.         DV Tree                 1.7   (and above)
  27.         DV Task Manager         1.1   (and above)
  28.         DV Open                 1.1   (and above)
  29.  
  30.         Only one copy of DVTXDI should be loaded to support the above
  31. programs.  If multiple copies of DVTXDI.COM are available on distribution
  32. disks from the same author, the one with the most recent file date
  33. (if different) should be used.
  34.         For program-specific information, see the section(s) below.
  35.  
  36.  
  37. DVTXDI and other Int 2F drivers:
  38.  
  39.         At the time of this writing (DVTXDI version 1.4 about to go
  40. out...), DVTXDI should be able to co-exist with other TSRs (particularly
  41. those using interrupt 2F) as long as the other TSRs have been coded with
  42. other TSRs (like this one) in mind.  However, problems may occur wherein
  43. one or more of the TSRs conflict and thus fail to function.  This sort of
  44. thing may often be remedied by changing the order your TSRs are loaded
  45. (for instance, and hint:  If you have a TSR called DVSIXDI 1.1, load it
  46. *before* DVTXDI).
  47.  
  48.  
  49.  
  50. Relevance to DV Tree:
  51.  
  52.         Under normal operations, DV Tree can only be aware of other tasks
  53. in DESQview that it initiated itself.  With DVTXDI loaded, DV Tree becomes
  54. able to know whether a LOTUS 1-2-3 window, for instance, was started
  55. independently from the DESQview Open Menu.  This information is useful at
  56. one major point - when the program is asked to start LOTUS 1-2-3 via a
  57. DESQview Function key.  Normally, DV Tree would be unaware of the other
  58. copy and start a new one, possibly causing the first to swap out of the
  59. system.  With DVTXDI loaded, DV Tree will be aware of the old copy's
  60. existence just as if it had started it itself.
  61.  
  62.  
  63. Relevance to DV Task Manager:
  64.  
  65.         DVTXDI is essential to DV Task Manager's operation and therefore
  66. must be installed.  DV Task Manager will display an error message and
  67. terminate if DVTXDI is not detected in the system at startup.
  68.  
  69.  
  70. Relevance to DV Open:
  71.  
  72.         DVTXDI is essential to DV Open's operation and therefore must be
  73. installed.  DV Open will display an error message and terminate if
  74. DVTXDI is not detected in the system at startup.
  75.  
  76.  
  77. Batch file access:
  78.  
  79.         A small utility program, TAPXDI.COM is provided to allow
  80. the setting of an ERRORLEVEL in a batch file based on whether or not an
  81. application associated with a particular set of DESQview Open Keys is
  82. currently active.  For syntax, run TAPXDI with no operands.  An example
  83. of how TAPXDI may be used is available in the TAPX.BAT example file.
  84.  
  85.